ac5bc2b181952c45e5f1c816ab3e932486a6ea87
[git-annex.git] /
1 [[!comment format=mdwn
2  username="jkniiv"
3  avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d"
4  subject="restage.log was empty indeed"
5  date="2022-10-01T05:14:17Z"
6  content="""
7 Just for completeness sake:
8
9 [[!format sh \"\"\"
10 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> git-annex version --raw
11 10.20220927-g26dea5641
12 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> git annex drop --force 79698DAC29A079D3-06-06.mrimg
13 drop 79698DAC29A079D3-06-06.mrimg ok
14 (recording state in git...)
15
16   git status will show some files to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git-annex restage
17 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> ls ..\.git\annex\restage.log
18
19     Directory: K:\Reflect-varmistukset\.git\annex
20
21 Mode                 LastWriteTime         Length Name
22 ----                 -------------         ------ ----
23 -a---           1.10.2022     7:47              0 restage.log
24
25 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> time git annex get 79698DAC29A079D3-06-06.mrimg
26 get 79698DAC29A079D3-06-06.mrimg (from origin...)
27 ok
28 (recording state in git...)
29
30   git status will show some files to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git-annex restage
31 00:01:53.0001475
32 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> ls ..\.git\annex\restage.log
33
34     Directory: K:\Reflect-varmistukset\.git\annex
35
36 Mode                 LastWriteTime         Length Name
37 ----                 -------------         ------ ----
38 -a---           1.10.2022     8:02              0 restage.log
39
40 K:\Reflect-varmistukset\Jarkon ThinkPad T450s (Win10 v21H1) . B [adjusted/master(unlocked)]> git status
41 On branch adjusted/master(unlocked)
42 nothing to commit, working tree clean
43 \"\"\"]]
44
45 """]]